home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 April / Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso / mac / PCFILES / neonNSWK.DIR / 00899_Script_899 < prev    next >
Text File  |  1994-11-08  |  232b  |  6 lines

  1. on mouseUp
  2.   global selOption4
  3.   if the hilite of cast (the castNum of sprite (the clickOn)) = TRUE then 
  4.     put the text of cast (the castNum of sprite (the clickOn)) & RETURN into selOption4
  5.   else put "" into selOption4
  6. end